home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / lueburg.arc / LUU.DOC < prev   
Text File  |  1984-08-27  |  2KB  |  73 lines

  1.  
  2.  
  3. LUU Command
  4. -----------
  5.  
  6. Purpose:   Add or replace members in an LU or LAR type library.
  7.  
  8. Format:    LUU  [d:][path]filename[.ext] filename[.ext]
  9.  
  10. Remarks:   The library name and at input member file name must
  11.            be supplied. Only one member name is allowed, so far.
  12.  
  13. Notes:     Written for the IBM PC using DOS 2.0 or later.
  14.            Copyright (c) 1984 by Vernon Buerg, for public domain use.
  15.            Version 1.2, August 1, 1984.
  16.  
  17.            LUU duplicates the A(dd) and U(pdate) functions of LU.
  18.            When used with LUT and LUE, original file dates are
  19.            preserved and recorded.
  20.  
  21.            The advantages of LUU are:
  22.  
  23.                 - smaller, so a copy can be kept on the "system" disk
  24.                 - faster, mucho
  25.                 - handles paths and wildcards
  26.                 - retains input file (or member) date/time
  27.                 - replaces in place (later)
  28.  
  29. Examples:
  30.            LUU  a:AQM.LBR  b:*.AQM
  31.            LUU PCT366.LBR b:PCT366.*
  32.            LUU c:\test\source.lbr  b:ab??xx.*
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. File Formats:
  44.  
  45.                An LBR file consists of a directory and one or more
  46.            "members". The directory contains from 4 to 256 entries.
  47.            Each entry is 32 bytes long and describes a member, if
  48.            one exists.
  49.  
  50.                 The first directory entry describes the directory
  51.            itself. Thus, the number of entries allocated is increased
  52.            by one.
  53.  
  54.                 All space allocation is in terms of sectors. Each
  55.            sector is 128 bytes long. Four directory entries fit
  56.            in one sector, so the directory is allocated in multiples
  57.            of four.
  58.  
  59.                         Directory format
  60.                         ----------------
  61.                 0 - File status; 0=active, 254=deleted, 255=free
  62.                 1 - Member name; filename in FCB format
  63.                12 - Offset to data in sectors of 128 bytes
  64.                14 - Length of member in sectors.
  65.                16 - Original member file creation date, MM/DD/YY
  66.                24 - Original member file creation time, HH:MM:SS
  67.  
  68.  
  69. Press ENTER to continue: r file creation date, MM/DD/YY
  70.                24 - Original member file creation time, HH:MM:SS
  71.  
  72.  
  73. Press ENTER to c